@charset "UTF-8";


/*共通スタイル
---------------------------------------------------------*/
.contentpage .m_img_area .m_title .ft_ivy {
	font-size: min(4vw,187%);
	letter-spacing: .12em;
	line-height: 1.2;
	margin-top: .2em;
}
.contentpage .m_img_area .m_title h2 {
	font-size: min(6vw,531%);
	letter-spacing: .12em;
	line-height: 1.2;
	margin-top: 0;
}

/* テキスト：26px */
.med_pick_txt {
	text-align: center;
	color: #073b66;
	font-size: min(2.5vw,162%);
	line-height: 1.8;
}
.med_pick_txt.bnr_txt {
    margin-bottom: 1.5em;
}
/* テキスト：32px */
.med_pick_txt2 {
	text-align: center;
	color: #073b66;
	font-size: min(2.8vw,200%);
	line-height: 1.8;
}

/*見出し*/
.med_index1 {
	position: relative;
	text-align: center;
	color: #073b66;
	border-top: 1px solid #073b66;
	padding: 2.5em 0;
}
.med_index1 .no {
	position: absolute;
	letter-spacing: .44em;
	background-color: #FFF;
	padding: 0 2em;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
}
.med_index1 .title {
	font-size: min(2.5vw,156%);
	letter-spacing: .15em;
	line-height: 1.4;
}
.med_index2 {
	text-align: center;
	color: #073b66;
	font-size: min(2.5vw,162%);
	line-height: 1.8;
	margin-bottom: 1em;
}

/* スタイル1：25px */
.med_style1 > dt {
	position: relative;
	color: #073b66;
	font-size: min(2.1vw,156%);
	letter-spacing: .15em;
	line-height: 1.5;
	padding-bottom: .8em;
	margin-bottom: 1em;
}
.med_style1 > dt::before {
    position: absolute;
    content: "";
    background-color: #adaeb3;
    width: 7.2em;
    height: 1px;
    left: 0;
    bottom: 0;
}
.med_style1 > dd {
	font-size: 93%;
	letter-spacing: .15em;
	line-height: 1.8;
}
.med_style2 > dt {
	color: #073b66;
	font-size: min(3.1vw,187.5%);
	letter-spacing: .15em;
	line-height: 1.5;
	margin-bottom: 0.8em;
}

/* ボックスリスト */
.med_boxlist .list_box {
	padding: 70px 0 60px;
	border-top: solid 1px #073b66;
}
.med_boxlist .list_box:last-of-type {
	padding-bottom: 60px;
	border-bottom: solid 1px #073b66;
	margin-bottom: 0;
}
.med_boxlist .list_box > div {
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
}
.med_boxlist .list_box .com_flt .img_l,
.med_boxlist .list_box .com_flt .img_r {
	width: 31%;
	max-width: 370px;
}
.med_boxlist .list_box .com_flt .txt_l,
.med_boxlist .list_box .com_flt .txt_r {
	width: 66%;
}


/*リスト*/
.check_list li {
	text-align: left;
	color: #073B66;
	font-size: 117%;
	line-height: 1.8;
	background: url("../images/check2.svg") no-repeat left top .1em;
	background-size: 1.5em auto;
	box-sizing: border-box;
	padding-left: 2em;
	margin-bottom: 1em;
}


/*3列レイアウト*/
.med_col3 {
	display: flex;
	flex-wrap: wrap;
}
.med_col3 > li {
	width: 31%;
	margin-right: 3.5%;
}
.med_col3 > li:nth-of-type(3n) {
	margin-right: 0;
}
.med_col3 > li:nth-of-type(n+4) {
	margin-top: 3.5em;
}
.med_col3 .box_img {
	max-width: 370px;
	margin: 0 auto 1.5em;
}
.med_col3 dl > dt {
	font-size: 106%;
	line-height: 1.7;
	margin-bottom: .8em;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* テキスト：32px */
.med_pick_txt2 {
	font-size: 2.8vw;
	letter-spacing: .1em;
}

/*見出し*/
.med_index1 {
	padding: 2em 0;
}

/* スタイル1 */
.med_style1 > dt {
	font-size: 2.3vw;
	letter-spacing: .1em;
}
.med_style1 > dd {
	letter-spacing: .05em;
}	
.med_style2 > dt {
	letter-spacing: .1em;
}
.med_style2 > dt {
	font-size: 2.76vw;
	letter-spacing: .1em;
}
/* ボックスリスト */
.med_boxlist .list_box {
	padding: 7% 0 6%;
}
.med_boxlist .list_box:last-of-type {
	padding-bottom: 6%;
}
.med_boxlist .list_box .com_flt .img_l,
.med_boxlist .list_box .com_flt .img_r {
	width: 35%;
}
.med_boxlist .list_box .com_flt .txt_l,
.med_boxlist .list_box .com_flt .txt_r {
	width: 100%;
	float: none;
}
.med_boxlist .list_box .com_flt .med_style1.txt_r > dt::before {
	left: 40%;
}
	
/*リスト*/
.check_list li {
	font-size: 105%;
}


	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.contentpage .m_img_area .m_title .ft_ivy {
	font-size: 130%;
}
.contentpage .m_img_area .m_title h2 {
	font-size: 200%;
}
	
/* テキスト：26px */
.med_pick_txt {
	text-align: left;
	font-size: 100%;
}
.med_pick_txt.bnr_txt {
    text-align: center;
}
/* テキスト：32px */
.med_pick_txt2 {
	font-size: 130%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
	
/*見出し*/
.med_index1 {
	padding: 1.8em 0;
}
.med_index1 .title {
	font-size: 120%;
	letter-spacing: .05em;
}
.med_index2 {
	font-size: 120%;
	letter-spacing: .1em;
	margin-bottom: 1.5em;
}

/* スタイル1 */
.med_style1 > dt {
	font-size: 125%;
	letter-spacing: .05em;
}
.med_style1 > dd {
	letter-spacing: normal;
}
.med_style2 > dt {
	font-size: 150%;
	letter-spacing: .05em;
}
/* ボックスリスト */
.med_boxlist .list_box {
	padding: 9% 0 8%;
}
.med_boxlist .list_box:last-of-type {
	padding-bottom: 8%;
}
.med_boxlist .list_box .com_flt .img_l,
.med_boxlist .list_box .com_flt .img_r {
	width: 70%;
}
.med_boxlist .list_box .com_flt .txt_l,
.med_boxlist .list_box .com_flt .txt_r {
	width: 100%;
	float: none;
}
.med_boxlist .list_box .com_flt .img_l.sp_img_w,
.med_boxlist .list_box .com_flt .img_r.sp_img_w {
	width: 90%;
}
	
/*リスト*/
.check_list li {
	font-size: 105%;
}
	
/*3列レイアウト*/
.med_col3 {
	display: block;
}
.med_col3 > li {
	width: 100%;
	margin-right: 0 !important;
}
.med_col3 > li:nth-of-type(n+2) {
    margin-top: 8%;
}
.med_col3 .box_img {
	max-width: 70%;
	margin-bottom: 5%;
}

}







/* ピックアップボックス
---------------------------------------------------------*/
.med_pickup {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #073b66;
}
.med_pickup .pick_title {
	text-align: center;
	color: #073b66;
	font-size: min(2.5vw,156%);
	letter-spacing: .15em;
	line-height: 1.4;
	padding: 1em 0;
	border-bottom: 1px solid #073b66;
}
.med_pickup .pick_box {
	padding: 50px 4.5%;
}
.med_pickup .pick_box .pick_inbox {
	padding-bottom: 50px;
	border-bottom: rgba(7,59,102,0.5) 1px solid;
	margin-bottom: 50px;
}
.med_pickup .pick_box .pick_inbox:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.med_pickup .pick_flt .img_l,
.med_pickup .pick_flt .txt_l {
	float: left;
}
.med_pickup .pick_flt .img_r,
.med_pickup .pick_flt .txt_r {
	float: right;
}
.med_pickup .pick_flt .img_l,
.med_pickup .pick_flt .img_r {
	width: 32.5%;
}
.med_pickup .pick_flt .txt_l,
.med_pickup .pick_flt .txt_r {
	width: 63%;
}

.med_pickup .pick_col3 {
	display: flex;
	justify-content: space-between;
}
.med_pickup .pick_col3 > div {
	width: 31%;
}
.med_pickup .pick_col3 .box_img {
	margin: 0 auto 1.4em;
}
.med_pickup .pick_col3 .med_style2 dd p {
	font-feature-settings: "halt";
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.med_pickup .pick_box {
	padding: 5% 3%;
}
.med_pickup .pick_title {
	letter-spacing: .1em;
}
.med_pickup .pick_box .pick_inbox {
	padding-bottom: 5%;
	margin-bottom: 5%;
}
.med_pickup .point > dt {
	font-size: 130%;
	letter-spacing: .2em;
}
	
.med_pickup .pick_col3 > div {
	width: 32%;
}
	

}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) {
	
.med_pickup .pick_title {
	font-size: 125%;
	letter-spacing: .05em;
	padding: 1em 0;
}
.med_pickup .pick_box {
	padding: 6% 4.5% 8%;
}
.med_pickup .pick_box .pick_inbox {
	padding-bottom: 8%;
	margin-bottom: 8%;
}
	
.med_pickup .pick_flt .img_l,
.med_pickup .pick_flt .img_r {
	width: 70%;
	margin: 0 auto 5%;
	float: none;
}
.med_pickup .pick_flt .txt_l,
.med_pickup .pick_flt .txt_r {
	width: 100%;
	float: none;
}
.med_pickup .pick_flt .sp_img_w {
	width: 90%;
}

.med_pickup .pick_col3 {
	display: block;
}
.med_pickup .pick_col3 > div {
	width: 100%;
}
.med_pickup .pick_col3 > div:not(:last-of-type) {
	border-bottom: solid 1px #c7c6c4;
	padding-bottom: 8%;
    margin-bottom: 8%;
}
.med_pickup .pick_col3 > div .box_img {
	width: 70%;
}
.med_pickup .pick_col3 .ft_serif {
	font-size: 115%;
	letter-spacing: .1em;
	margin-top: .5em;
}
	


}



/*med_point
---------------------------------------------------------*/
.med_point {
	background-color: #f8f8f8;
	box-sizing: border-box;
	padding: 45px 5% 50px;
	border-radius: 10px;
}
.med_point .point_title {
	text-align: center;
	color: #073b66;
	font-size: min(2.5vw,175%);	/*フォントサイズ：28px*/
	letter-spacing: .15em;
	margin-bottom: 1.8em;
}
.med_point .point_inbox {
	max-width: 1080px;
	margin: 0 auto;
}
.med_point .point_col3 {
	display: flex;
	justify-content: space-between;
}
.med_point .point_col3 > div {
	width: 30%;
}
.med_point .point_col3 .box_img {
	max-width: 320px;
}

/*背景無し*/
.med_point_list {
	display: flex;
    flex-wrap: wrap;
}
.med_point_list.col3 {
	width: 100%;
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
}
.med_point_list.col3 > div {
	width: 30.2%;
	margin-right: 4.7%;
	margin-top: 60px;
}
.med_point_list.col3 > div:nth-child(3n),
.med_point_list.col3 > div:last-child {
	margin-right: 0;
}
.med_point_list.col4 > div {
	width: 22.3%;
	margin-right: 3.6%;
	margin-top: 60px;
}
.med_point_list.col4 > div:nth-child(4n),
.med_point_list.col4 > div:last-child {
	margin-right: 0;
}
.med_point_list.col3 > div:nth-child(-n+3),
.med_point_list.col4 > div:nth-child(-n+4) {
	margin-top: 0;
}

/*共通デザイン*/
.med_point .point_col3 .box_img,
.med_point_list .box_img {
	margin: 0 auto 1.5em;
}
.med_point .point_col3 dt,
.med_point_list dt {
	color: #073B66;
	font-size: 106%;
	line-height: 1.6;
	margin-bottom: 1em;
}
.med_point .point_col3 dt .ft_ivy,
.med_point_list dt .ft_ivy {
	letter-spacing: .16em;
	margin-bottom: 1em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.med_point {
	padding: 4% 3%;
}
.med_point .point_title {
	letter-spacing: .1em;
	margin-bottom: 1.5em;
}
.med_point .point_col3 > div {
	width: 31.5%;
}
.med_point .point_col3 dt {
	font-size: 102%;
}

/*背景無し*/
.med_point_list.col3 > div {
	width: 31%;
	margin-right: 3.5%;
	margin-top: 5%;
}
.med_point_list.col4 > div {
	width: 22.3%;
	margin-right: 3.6%;
	margin-top: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.med_point {
	padding: 9% 4% 10%;
}
.med_point .point_title {
	font-size: 120%;
	letter-spacing: .1em;
	margin-bottom: 1.5em;
}
	
.med_point .point_col3,
.med_point_list {
	display: block;
}
.med_point .point_col3 > div {
	width: 100%;
}
.med_point_list > div {
	width: 92% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.med_point .point_col3 > div:nth-of-type(n+2) {
	margin-top: 12%;
}
.med_point_list > div:nth-of-type(n+2) {
	margin-top: 12% !important;
}
	
.med_point .point_col3 .box_img,
.med_point_list .box_img {
	width: 70%;
	margin-bottom: 5%;
}
.med_point .point_col3 dt,
.med_point_list dt {
    margin-bottom: 3%;
}
.med_point .point_col3 dt .ft_ivy,
.med_point_list dt .ft_ivy {
    margin-bottom: 2%;
}
}



/*med_point2
---------------------------------------------------------*/
.med_point2 {
	background-color: #e6ebf0;
	box-sizing: border-box;
	padding: 80px 4% 80px;
	border-radius: 10px;
}
.med_point2 .point_title2 {
	text-align: center;
	color: #073b66;
	font-size: min(2.8vw,200%);	/*フォントサイズ：32px*/
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: .5em;
}
.med_point2 .point_inbox {
	max-width: 1080px;
	margin: 0 auto;
}

.med_point2.color2 {background-color: #f7f1f0;}
.med_point2.color2 .point_title2 {color: #b0726b;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {	
.med_point2 {
	padding: 6% 4% 6%;
}
.med_point2 .point_title2 {
	font-size: 3.0vw;	/*フォントサイズ：32px*/
	letter-spacing: .1em;
	margin-bottom: .8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_point2 {
	padding: 8% 5% 8%;
}
.med_point2 .point_title2 {
	font-size: 140%;	/*フォントサイズ：32px*/
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
}



/*流れ
---------------------------------------------------------*/
.med_flow {
	background-color: #f8f8f8;
	box-sizing: border-box;
	padding: 45px 4% 50px;
	border-radius: 10px;
}
.med_flow .flow_title {
	text-align: center;
	color: #073b66;
	font-size: min(2.5vw,156%);
	letter-spacing: .15em;
	margin-bottom: 1.8em;
}
.med_flow .scl_area {
	position: relative;
}
.med_flow_list {
	width: 98%;
	max-width: 930px;
	display: flex;
    justify-content: space-between;
	margin: 0 auto;
}
.med_flow_list li {
	position: relative;
	width: 19.8%;
	box-sizing: border-box;
}
.med_flow_list .img_item,
.med_flow_list .circle_txt {
	position: relative;
	width: 87%;
	max-width: 160px;
	margin: 0 auto 1.5em;
}
.med_flow_list .img_item::after,
.med_flow_list .circle_txt::after {
	position: absolute;
	content: "";
	background: url("../images/flow_arrow.svg") no-repeat center center;
	background-size: contain;
	width: 8.5%;
	height: 17%;
	left: 120%;
	top: 50%;
	transform: translateY(-50%);
}
.med_flow_list li:last-of-type .img_item::after,
.med_flow_list li:last-of-type .circle_txt::after {
	display: none;
}
.med_flow_list .txt {
	position: relative;
	text-align: center;
	padding-bottom: 3em;
}
.med_flow_list .txt p {
	position: absolute;
	font-size: 87%;
	letter-spacing: .1em;
	line-height: 1.7;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
}

.med_flow_list .symptoms dt {
	text-align: center;
	color: #666;
	font-size: 96%;
	line-height: 1.5;
	margin-bottom: .5em;
}
.med_flow_list .symptoms dd {
	font-size: 87%;
	letter-spacing: .15em;
	line-height: 1.7;
}
.med_flow_list .method {
	font-size: 87%;
	letter-spacing: .15em;
	line-height: 1.7;
	margin-top: 1em;
}
.med_flow_list .method dt {
	text-align: center;
	color: #FFF;
	background-color: #073b66;
	padding: .2em 0;
	border-radius: 2em;
	margin-bottom: .7em;
}
.med_flow_list .method dd {
	color: #073b66;
}

/*5列*/
.med_flow_list.col5 {
	max-width: 1084px;
}
.med_flow_list.col5 li {
	width: 17.1%;
	box-sizing: border-box;
}
.med_flow_list.col5 .img_item::after {
	left: 115%;
}

/*テキストイメージ*/
.med_flow_list .circle_txt {
	aspect-ratio: 1 / 1;
	background: #073b66;
	border-radius: 50%;
	text-align: center;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 700;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-size: min(1.4vw,90%);
	letter-spacing: .1em;
	line-height: 1.8em;
}
.med_flow_list .circle_txt p {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.med_flow {
	padding: 4% 3%;
}
.med_flow .flow_title {
	letter-spacing: .1em;
	margin-bottom: 1.5em;
}
.med_flow_list .txt p {
	letter-spacing: .02em;
}
.med_flow_list .symptoms dd,
.med_flow_list .method {
	letter-spacing: .02em;
}

/*テキストイメージ*/
.med_flow_list .circle_txt {
	font-size: 1.6vw;
	letter-spacing: .05em;
	line-height: 1.6em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.med_flow {
	padding: 9% 4% 10%;
}
.med_flow .flow_title {
	font-size: 120%;
	letter-spacing: .1em;
	margin-bottom: 1.5em;
}
/*
.med_flow_list {
	display: block;
	width: 90%;
}
.med_flow_list li {
	width: 100%;
	max-width: 100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 10%;
}
.med_flow_list li:first-of-type {
	margin-top: 0;
}
.med_flow_list .img_item {
	position: static;
	width: 40%;
	margin: 0;
}
.med_flow_list .img_item::after {
	width: 8.5%;
	height: 17%;
	left: 50%;
	top: 110%;
	transform: translateX(-50%) rotate(90deg);
}
.med_flow_list .txt {
	width: 55%;
	text-align: left;
	letter-spacing: normal;
	left: auto;
	transform: none;
	padding-bottom: 0;
}
.med_flow_list .txt dd,
.med_flow_list .txt p {
	position: relative;
	letter-spacing: normal;
	left: auto;
	transform: none;
	padding-bottom: 0;
}
*/
	

.med_flow_list li {
	width: 22%;
}
.med_flow .scl_area {
	padding-bottom: 8%;
}
.med_flow .med_flow_list {
    width: 210%;
}
.med_flow_list .img_item {
	width: 70%;
	margin-bottom: 1em;
}
.med_flow_list .img_item::after,
.med_flow_list.col5 .img_item::after {
	left: 128%;
}
.med_flow_list .txt p,
.med_flow_list .symptoms dd,
.med_flow_list .method {
	letter-spacing: normal;
}

/*テキストイメージ*/
.med_flow_list .circle_txt {
	width: 95%;
	max-width: 100%;
	font-size: 85%;
	letter-spacing: normal;
	line-height: 1.6em;
	margin-bottom: 1.0em;
}
.med_flow_list.col5 .circle_txt::after {
	left: 110%;
}
}



/*チェック
---------------------------------------------------------*/
.med_check {
	background-color: #f8f8f8;
	box-sizing: border-box;
	padding: 70px 5% 80px;
	border-radius: 10px;
}
.med_check.bottom_txt {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding-bottom: 60px;
}
.med_check .check_title {
	position: relative;
	text-align: center;
	color: #073b66;
	padding-bottom: 2em;
	margin-bottom: 3em;
}
.med_check .check_title::before {
	position: absolute;
	content: "";
	background-color: #adaeb3;
	width: 11em;
	height: 1px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.med_check .check_title .txt1 {
	margin-bottom: .5em;
}
.med_check .check_title .txt2 {
	font-size: min(3.8vw,256%);
	letter-spacing: .2em;
	line-height: 1.6;
}
.med_check .check_title .txt2 span {
	position: relative;
	padding-right: 1.8em;
}
.med_check .check_title .txt2 span::after{
	position: absolute;
	content: "";
	background: url("../images/check.svg") no-repeat left top;
	background-size: contain;
	width: 1.6em;
	height: 1.4em;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.med_check ul {
	max-width: 960px;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
}
.med_check ul li {
	position: relative;
	width: 48.5%;
	color: #073b66;
	line-height: 1.7;
	font-feature-settings: "halt";
	box-sizing: border-box;
	padding-left: 2.5em;
}
.med_check ul li:nth-of-type(odd) {
	margin-right: 3%;
}
.med_check ul li:nth-of-type(n+3) {
	margin-top: 2.5%;
}
.med_check ul li::before {
	position: absolute;
	content: "";
	width: 1.5em;
	height: 1.5em;
	border: 1px solid rgba(7,59,102,0.5);
	border-radius: 5px;
	left: 0;
	top: 0;
}

.med_check_bottom {
	background: #e8e8e8;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	text-align: center;
	color: #073b66;
	line-height: 1.6em;
	padding: 2.2em 3%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_check {
	padding: 7% 5% 6%;
}
.med_check.bottom_txt {
	padding-bottom: 5%;
}
.med_check .check_title .txt2 {
	letter-spacing: .1em;
}
.med_check ul li {
	padding-left: 2.2em;
}
.med_check ul li::before {
	width: 1.3em;
	height: 1.3em;
}

.med_check_bottom {
	padding: 1.5em 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {	
.med_check {
	padding: 7% 5% 8%;
}
.med_check.bottom_txt {
	padding-bottom: 8%;
}
.med_check .check_title {
	padding-bottom: 1.5em;
	margin-bottom: 2em;
}
.med_check .check_title .txt1 {
	font-size: 90%;
}
.med_check .check_title .txt2 {
	font-size: 130%;
	letter-spacing: .1em;
}
.med_check ul {
	display: block;
}
.med_check ul li {
	width: 100%;
	line-height: 1.6;
	padding-left: 2em;
}
.med_check ul li:nth-of-type(odd) {
	margin-right: 0;
}
.med_check ul li:nth-of-type(n+2) {
	margin-top: 4%;
}
.med_check ul li::before {
	width: 1.2em;
	height: 1.2em;
	border-radius: 3px;
	top: .05em;
}

.med_check_bottom {
	text-align: left;
	padding: 1.0em 6%;
}
}



/*med_col_list
---------------------------------------------------------*/
.med_col_list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.med_col_list > li {
	background-color: #f8f8f8;
	box-sizing: border-box;
	padding: 45px 3%;
	border-radius: 10px;
}
.med_col_list.col2 > li {
	width: 49.1%;
	padding: 45px 3.5%;
}
.med_col_list.col3 > li {
	width: 31.8%;
}
.med_col_list.col4 > li {
	width: 23.5%;
	padding: 45px 0;
}
.med_col_list.col2 > li:nth-child(n+3),
.med_col_list.col3 > li:nth-child(n+4),
.med_col_list.col4 > li:nth-child(n+5) {
	margin-top: 1.8em;
}

.med_col_list dt {
	position: relative;
	text-align: center;
	color: #073b66;
	font-size: min(2vw,156%);
	letter-spacing: .15em;
	line-height: 1.5;
	font-feature-settings: "halt";
	padding-bottom: .5em;
	margin-bottom: 1em;
}
.med_col_list.col4 dt {
	font-size: min(1.8vw,145%);
}
.med_col_list dt::before {
	position: absolute;
	content: "";
	background-color: #adaeb3;
	width: 6.4em;
	height: 1px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.med_col_list dt span {
	display: block;
	color: #666;
	font-size: 72%;
	margin-bottom: .2em;
}
.med_col_list dd {
	font-size: 87%;
	letter-spacing: .15em;
	line-height: 1.7;
}
.med_col_list.col4 dd {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.med_col_list.color1 > li {background-color: #e6ebf0;}
.med_col_list.color1 dt {color: #073b66;}
.med_col_list.color1 dt::before {background-color: rgba(7,59,102,0.5);}
.med_col_list.color2 > li {background-color: #f7f1f0;}
.med_col_list.color2 dt {color: #b0726b;}
.med_col_list.color2 dt::before {background-color: rgba(179,114,107,0.5);}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.med_col_list > li {
	padding: 30px 2%;
}
.med_col_list.col2 > li {
	padding: 30px 3%;
}
.med_col_list.col4 > li {
	width: 24%;
	padding: 20px 0;
}
.med_col_list.col2 > li:nth-child(n+3),
.med_col_list.col3 > li:nth-child(n+4),
.med_col_list.col4 > li:nth-child(n+5) {
	margin-top: 1em;
}

.med_col_list dt {
	font-size: 2.3vw;
	letter-spacing: .1em;
}
.med_col_list.col4 dt {
	font-size: 2.0vw;
	letter-spacing: .05em;
	padding-bottom: .8em;
}
.med_col_list dd {
	letter-spacing: .1em;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.med_col_list {
	display: block;
}
.med_col_list > li {
	width: 100% !important;
	padding: 7% 5.2%;
	margin-top: 3% !important;
}
.med_col_list > li:first-child {
	margin-top: 0;
}
.med_col_list.col2 > li,
.med_col_list.col4 > li {
	padding: 7% 5.2%;
}
.med_col_list dt,
.med_col_list.col4 dt {
	font-size: 130%;
	letter-spacing: .05em;
}
.med_col_list dd {
	letter-spacing: normal;
}
.med_col_list.col4 dd {
	width: 100%;
}
}



/*よくある質問
---------------------------------------------------------*/
.med_faq > dl {
	padding-bottom: 50px;
	border-left: solid 1px rgba(7,59,102,0.5);
	border-bottom: solid 1px rgba(7,59,102,0.5);
	box-sizing: border-box;
	padding: 1em 3.5% 2.5em;
	margin-bottom: 60px;
}
.med_faq > dl:last-child {
	margin-bottom: 0;
}
.med_faq > dl > dt {
	color: #073b66;
	font-size: min(2.5vw,187%);
	line-height: 1.5;
	letter-spacing: .2em;
	margin-bottom: 1em;
}
.med_faq > dl > dt,
.med_faq > dl > dd {
	position: relative;
	padding-left: 4rem;
}
.med_faq > dl > dt::before,
.med_faq > dl > dd::before {
	position: absolute;
	content: "Q.";
	text-align: center;
	color: #073b66;
	font-family: ivymode, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: min(3.5vw,2.6rem);
	line-height: 1;
	width: 3rem;
	height: 3rem;
	left: 0;
	top: 0;
}
.med_faq > dl > dd::before {
	content: "A.";
	top: .1em;
}
.med_faq .qa_inbox {
	margin-top: 1.5em;
	background: #f8f8f8;
	border-radius: 10px;
	padding: 30px 4%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.med_faq > dl {
	padding-bottom: 5%;
	margin-bottom: 6%;
}
.med_faq > dl > dt {
	letter-spacing: .05em;
}
.med_faq > dl > dt,
.med_faq > dl > dd {
	padding-left: 3.5rem;
}
.med_faq .qa_inbox {
	margin-top: 1.0em;
	padding: 3% 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
.med_faq > dl {
	padding: 3% 3.5% 8%;
	margin-bottom: 8%;
}
.med_faq > dl > dt {
	font-size: 120%;
	letter-spacing: .02em;
}
.med_faq > dl > dt,
.med_faq > dl > dd {
	position: relative;
	padding-left: 3rem;
}
.med_faq > dl > dt::before,
.med_faq > dl > dd::before {
	font-size: 1.6rem;
	width: 3rem;
	height: 3rem;
	left: 0;
	top: 0;
}
.med_faq .qa_inbox {
	margin-top: 1.0em;
	padding: 5%;
}
}





/*med_caution
---------------------------------------------------------*/
.med_caution {
	max-width: 1230px;
	background-color: #f0eced;
	box-sizing: border-box;
	padding: 50px 4% 60px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}
.med_caution .caution_title {
	text-align: center;
	color: #b0726b;
	margin-bottom: 2.8em;
}
.med_caution .caution_title .ft_ivy {
	font-size: 300%;
	line-height: 1;
	letter-spacing: .06em;
}
.med_caution .caution_title .ft_ivy span {
	position: relative;
	padding-left: 1.6em;
}
.med_caution .caution_title .ft_ivy span::after{
	position: absolute;
	content: "";
	background: url("../images/caution.svg") no-repeat left top;
	background-size: contain;
	width: 1.2em;
	height: 1.2em;
	left: 0;
	top: 55%;
	transform: translateY(-50%);
}
.med_caution .caution_title .ft_ryo {
	line-height: 1.6;
	margin-top: 1em;
}
.med_caution .caution_list {
	max-width: 1040px;
	margin: 0 auto;
}
.med_caution .caution_list > li {
	padding-bottom: 50px;
	margin-bottom: 30px;
	border-bottom: 1px solid #adaeb3;
}
.med_caution .caution_list > li:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.med_caution .caution_list .maru_txt1 {
	font-size: 112%;
}
.med_caution .caution_list .maru_txt1::before {
	color: rgba(176,114,107,0.5);
}
.med_caution .caution_point {
	text-align: center;
	color: #FFF;
	background-color: rgba(176,114,107,0.6);
	box-sizing: border-box;
	padding: 30px 3%;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.med_caution {
	padding: 5% 4% 6%;
}
.med_caution .caution_list > li {
	padding-bottom: 5%;
	margin-bottom: 5%;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
.med_caution {
	padding: 7% 4% 9%;
}
.med_caution .caution_title {
	margin-bottom: 2em;
}
.med_caution .caution_title .ft_ivy {
	font-size: 220%;
}
.med_caution .caution_title .ft_ryo {
	font-size: 90%;
}
.med_caution .caution_list > li {
	padding-bottom: 7%;
	margin-bottom: 7%;
}
.med_caution .caution_list .maru_txt1 {
	font-size: 105%;
}
.med_caution .caution_point {
	text-align: left;
	padding: 6% 5%;
}
}




/*med_flow_vertical
---------------------------------------------------------*/
.med_flow_vertical > li {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding-left: 100px;
	margin-bottom: 50px;
}
.med_flow_vertical li:last-of-type {
	margin-bottom: 0;
}
.med_flow_vertical > li .no {
	position: absolute;
	color: #073b66;
	font-size: min(3.8vw,250%);
	letter-spacing: .06em;
	line-height: 1;
	left: 0;
	top: 0;
}
.med_flow_vertical > li .no::after {
	position: absolute;
	content: "";
	background: url("../images/flow_v_arrow.svg") no-repeat left top;
	background-size: contain;
	width: 0.5em;
	height: 0.5em;
	left: 50%;
	bottom: calc(100% + .5em);
	transform: translateX(-50%);
}
.med_flow_vertical > li:first-of-type .no::after {
	display: none;
}
.med_flow_vertical .img_r {
	width: 33.7%;
    max-width: 400px;
}
.med_flow_vertical .txt_l {
	width: 60%;
}
.med_flow_vertical .txt_l .asterisk {
	margin-top: 1em;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.med_flow_vertical > li {
	padding-left: 70px;
	margin-bottom: 6%;
}
.med_flow_vertical .img_r {
	width: 38%;
	margin-left: 4%;
	margin-bottom: .5em;
}
.med_flow_vertical .txt_l {
	width: 100%;
	float: none;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.med_flow_vertical > li {
	padding-left: 18%;
	margin-bottom: 12%;
}
.med_flow_vertical > li .no {
	font-size: 200%;
}

.med_flow_vertical .img_r {
	width: 70%;
	margin: 0 auto 1em;
	float: none;
}
.med_flow_vertical .txt_l {
	width: 100%;
}

}



/*メリット・デメリット
---------------------------------------------------------*/
.med_merit_demerit {
	display: flex;
    justify-content: space-between;
	color: #073b66;
	background-color: #f7f7f7;
	box-sizing: border-box;
	padding: 50px 5% 40px;
	border-radius: 10px;
}
.med_merit_demerit > dl {
	width: 48%;
	max-width: 500px;
}
.med_merit_demerit > dl > dt {
	margin-bottom: 2em;
}
.med_merit_demerit > dl > dt .ft_ivy {
	display: inline-block;
	font-size: min(4vw,268%);
	letter-spacing: .06em;
	line-height: 1;
	vertical-align: middle;
}
.med_merit_demerit > dl > dt .com_bracket {
	letter-spacing: normal;
	vertical-align: middle;
	background-image: url("../images/brackets_l.svg"), url("../images/brackets_r.svg");
	margin-left: .5em;
}

.med_merit_list li,
.med_demerit_list li {
	position: relative;
	color: #073b66;
	padding-left: 2.8em;
	margin-top: 1em;
}
.med_merit_list li:first-child,
.med_demerit_list li:first-child {
	margin-top: 0;
}
.med_merit_list li::before,
.med_demerit_list li::before {
	position: absolute;
	content: "";
	background: url("../images/circle.svg") no-repeat center center;
	background-size: 99% auto;
	width: 1.7em;
	height: 1.7em;
	left: 0;
	top: .1em;
}
.med_demerit_list li::before {
	background-image: url("../images/cross.svg");
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.med_merit_demerit {
	padding: 5% 4.5% 4%;
}
.med_merit_list li,
.med_demerit_list li {
	padding-left: 2.4em;
}
.med_merit_list li::before,
.med_demerit_list li::before {
	width: 1.5em;
	height: 1.5em;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.med_merit_demerit {
	display: block;
	padding: 10% 5% 8%;
}
.med_merit_demerit > dl {
	width: 100%;
}
.med_merit_demerit > dl:first-of-type {
	padding-bottom: 10%;
	margin-bottom: 10%;
	border-bottom: 1px solid rgba(7,59,102,0.5);
}
.med_merit_demerit > dl > dt .ft_ivy {
	font-size: 200%;
}
.med_merit_list li,
.med_demerit_list li {
	padding-left: 2.4em;
	margin-top: .8em;
}
.med_merit_list li::before,
.med_demerit_list li::before {
	width: 1.5em;
	height: 1.5em;
}

}












/*無料相談
---------------------------------------------------------*/
.med_consul {
	padding: 100px 0;
	border-top: 1px solid #adaeb3;
	border-bottom: 1px solid #adaeb3;
}
.med_consul > div {
	position: relative;
}
.med_consul .consul_index {
	position: absolute;
	color: #073b66;
    font-size: 87%;
    letter-spacing: .1em;
	line-height: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
	left: 4%;
	top: 0;
}
.med_consul .consul_inbox {
	width: 91%;
	margin-left: auto;
}
.med_consul .box1 {
    position: relative;
	color: #073b66;
    background-color: #f8f8f8;
    padding: 50px 3% 45px 48%;
}
.med_consul .box1::before {
    position: absolute;
    content: "";
    background: url("../images/implant/consulting_img1@2x.jpg") no-repeat center center;
    background-size: cover;
    width: 43%;
    height: 100%;
    left: 0;
    top: 0;
}
.med_consul .box1 .txt1 {
	line-height: 1.8;
	margin-bottom: 1em;
}
.med_consul .box1 .txt2 {
    font-size: min(3.2vw,256%);
    line-height: 1.2;
    letter-spacing: .15em;
}
.med_consul .box2 {
	background-color: #839db3;
	box-sizing: border-box;
	padding: 30px 3%;
	margin-top: 5px;
}
.med_consul .com_contact {
	max-width: 930px;
}
.med_consul .com_contact li {
    width: 23.8%;
	border-color: rgba(255,255,255,0.2);
}
.med_consul .com_contact .tel {
	width: 52.4%;
	color: #FFF;
	padding: 1em 3%;
}
.med_consul .com_contact .tel dl {
	max-width: 372px;
	margin-left: auto;
}
.med_consul .com_contact .tel dt {
	font-size: 93%;
	margin-bottom: .5em;
}
.med_consul .com_contact .tel .phone1 .txt {
	letter-spacing: .24em;
}
.med_consul .com_contact .tel .phone1 .ft_ivy {
	display: inline-block;
	font-size: min(2.7vw,176%);
	line-height: 1;
	letter-spacing: .15em;
}
.med_consul .com_contact .tel .phone2 {
	margin-top: 0;
}
.med_consul .com_contact .tel .phone2 .txt {
	letter-spacing: .24em;
}
.med_consul .com_contact .tel .phone2 .ft_ivy {
	display: inline-block;
	letter-spacing: .15em;
}
.med_consul .com_contact .con_btn img {
	width: 60%;
    max-width: 110px;
}
.med_consul .com_contact .com_arrow1 {
	font-size: 62%;
    background-color: rgba(0,0,0,0.25);
}




/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.med_consul {
	padding: 10% 0;
}
.med_consul .box1 {
    padding-top: 5%;
	padding-bottom: 5%;
}
.med_consul .box2 {
	padding: 3%;
}
.med_consul .com_contact .tel .phone1 .txt,
.med_consul .com_contact .tel .phone2 .txt {
	letter-spacing: .1em;
}
.med_consul .com_contact .tel .phone1 .ft_ivy {
	font-size: 2.6vw;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
.med_consul {
	padding: 12% 0;
}
.med_consul .consul_index {
    position: relative;
    -ms-writing-mode: unset;
    writing-mode: unset;
	margin-bottom: 1em;
	left: 0;
}
.med_consul .consul_inbox {
    width: 100%;
}
.med_consul .box1 {
	padding: 45% 6% 7%;
}
.med_consul .box1::before {
	width: 100%;
	height: 45%;
	left: 0;
	top: 0;
}
.med_consul .box1 .txt1 {
	font-size: 90%;
}
.med_consul .box1 .txt2 {
    font-size: 140%;
}
.med_consul .com_contact li {
    width: 50%;
}
.med_consul .com_contact .tel {
	width: 100%;
	padding-top: 0;
}
.med_consul .com_contact .tel::after {
	background-color: rgba(255,255,255,0.2);
}
.med_consul .com_contact .tel dl {
	max-width: none;
	margin: auto;
}
.med_consul .com_contact .tel dt {
    letter-spacing: .1em;
}
.med_consul .com_contact .tel .phone1 {
	margin-bottom: .5em;
}
.med_consul .com_contact .tel .phone1 .txt {
	letter-spacing: .2em;
}
.med_consul .com_contact .tel .phone1 .ft_ivy {
	display: block;
	font-size: 150%;
	line-height: 1;
}
.med_consul .com_contact .tel .phone2 {
	margin-top: 0;
}
.med_consul .com_contact .tel .phone2 .txt {
	letter-spacing: .15em;
}
.med_consul .com_contact .tel .phone2 .ft_ivy {
	display: inline-block;
	letter-spacing: .15em;
}

}



/*feature画像、丸テキスト、キャプション
---------------------------------------------------------*/
.med_featimg_custom {
	height: 35vw;
	max-height: 450px;
	background-color: #ccc;
	position: relative;
}
.med_featimg_custom .img_style {
	color: #fff;
	font-size: min(500%,6.0vw);
	letter-spacing: .12em;
	line-height: 1.2em;
	position: absolute;
	z-index: 0;
}
.med_featimg_custom .nvy_circle {
	position: absolute;
	width: 18%;
	max-width: 190px;
	border-radius: 50%;
	background: #073b66;
	text-align: center;
	color: #fff;
	font-size: min(137.5%,2.0vw);
	letter-spacing: .15em;
	line-height: 1.4em;	
	font-feature-settings: "halt";
}
.med_featimg_custom .nvy_circle::before {
	content: "";
	display: block;
	padding-top: 100%;	/*高さ*/
}
.med_featimg_custom .nvy_circle p {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.med_circlelist {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.med_circlelist.col5 {
	width: 100%;
	max-width: 1070px;
	margin-left: auto;
	margin-right: auto;
}
.med_circlelist.col5 li {
	width: 19%;
	max-width: 190px;
}

.med_circlelist li {
	background: #073b66;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: min(125%,1.8vw);
	letter-spacing: .15em;
	line-height: 1.4em;
	font-feature-settings: "halt";
	position: relative;
}
.med_circlelist li::before {
	content: "";
	display: block;
	padding-top: 100%;	/*高さ*/
}
.med_circlelist li p {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
}
.med_circlelist li p small {
	display: block;
	font-size: 70%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-top: .8em;
	opacity: 0.8;
}

.med_caption {
	color: #999999;
	margin-top: 30px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_featimg_custom .nvy_circle {
	letter-spacing: .1em;
}
	
.med_circlelist li {
	letter-spacing: .1em;
}
.med_circlelist li p small {
	font-size: 75%;
	letter-spacing: .05em;
}

.med_caption {
	margin-top: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_featimg_custom .nvy_circle {
	width: 28%;
	max-width: 100%;
	font-size: 80%;
	letter-spacing: .05em;
}
	
.med_circlelist.col5 {
    justify-content: center;
}
.med_circlelist.col5 li {
	width: 31%;
	max-width: 100%;
	margin: 0 1.1%;
}

.med_circlelist li {
	font-size: 80%;
	letter-spacing: normal;
}
.med_circlelist li p small {
	font-size: 80%;
	letter-spacing: normal;
}

.med_caption {
	margin-top: 1.5em;
	letter-spacing: normal;
	line-height: 1.6em;
}
}



/*ふきだし＆英語背景タイトル
---------------------------------------------------------*/
.med_fukidashi_title {
	text-align: center;
	position: relative;
	color: #fff;
	margin-bottom: 40px;
}
.med_fukidashi_title .ft_ivy {
	font-size: 500%;
	letter-spacing: .08em;
	line-height: 1.0em;
	opacity: 0.1;
	position: absolute;
	left: 0;
	right: 0;
	top: -.3em;
	margin: auto;
}
.med_fukidashi_title .ft_ryo {
	display: inline-block;
	font-size: 155%;
	letter-spacing: .15em;
	line-height: 1.6em;
	position: relative;
	z-index: 1;
	padding: 1.0em 2.5em 0;
}
.med_fukidashi_title .ft_ryo::before,
.med_fukidashi_title .ft_ryo::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 110%;
	top: 0;
	background: #fff;
}
.med_fukidashi_title .ft_ryo::before {
	left: 0;
	transform: rotate(-25deg);
}
.med_fukidashi_title .ft_ryo::after {
	right: 0;
	transform: rotate(25deg);
}

.med_fukidashi_title.navy {
	color: #073b66;
}
.med_fukidashi_title.navy .ft_ivy {
	color: #839db3;
	opacity: 0.2;
}
.med_fukidashi_title.navy .ft_ryo::before,
.med_fukidashi_title.navy .ft_ryo::after {
	background: #073b66;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_fukidashi_title {
	margin-bottom: 4%;
}
.med_fukidashi_title .ft_ryo {
	letter-spacing: .1em;
	padding: 1.0em 1.8em 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_fukidashi_title {
	margin-bottom: 6%;
	font-size: 80%;
}
.med_fukidashi_title .ft_ivy {
	letter-spacing: normal;
}
.med_fukidashi_title .ft_ryo {
	letter-spacing: .05em;
	padding: 1.0em 1.5em 0;
}
}



/*症例
---------------------------------------------------------*/
.com_case .com_index2 {
	margin-bottom: 50px;
}
.com_case .com_index2 .ft_ivy {
	margin-right: 1em;
}
.com_case .case_ba {
	display: flex;
	justify-content: space-between;
	width: 80%;
	max-width: 920px;
	margin: 0 auto 50px;
}
.com_case .case_ba > li {
	width: 44%;
}
.com_case .case_ba > li .box_img {
	position: relative;
	max-width: 400px;
	margin: 0 auto 1em;
}
.com_case .case_ba > li .box_img::after {
	position: absolute;
	content: "";
	background: url("../images/beauty/case_arrow.svg") no-repeat center center;
	background-size: contain;
	width: 5%;
	height: 7%;
	left: 112%;
	top: 50%;
	transform: translateY(-50%);
}
.com_case .case_ba > li:last-of-type .box_img::after {
	display: none;
}
/*4列*/
.com_case .case_ba.col4 {
	width: 100%;
	max-width: 1200px;
}
.com_case .case_ba.col4 > li {
	width: 21.7%;
}
.com_case .case_ba.col4 > li .box_img {
	max-width: 260px;
}
.com_case .case_ba.col4 > li .box_img::after {
	width: 8%;
	height: 7%;
	left: 107.5%;
}

.com_case .case_ba > li p {
	text-align: center;
	color: #073b66;
	font-size: 156%;
	line-height: 1.2;
	letter-spacing: .15em;
}
.com_case .case_detail {
	background-color: #f8f8f8;
	border-radius: 10px;
}
.com_case .case_detail > dt {
	text-align: center;
	color: #808080;
	padding: 2em 0;
}
.com_case .case_detail > dd {
	box-sizing: border-box;
	padding: 0 5% 30px;
}
.com_case .case_detail table {
	width: 100%;
	max-width: 1090px;
	margin: 0 auto;
}
.com_case .case_detail table th,
.com_case .case_detail table td {
	box-sizing: border-box;
	padding: 1.2rem 0;
	border-bottom: 1px solid rgba(90,90,90,0.3);
}
.com_case .case_detail table tr:last-of-type th,
.com_case .case_detail table tr:last-of-type td {
	border-bottom: 0;
}
.com_case .case_detail table th {
	width: 22%;
	text-align: right;
	color: #073b66;
	line-height: 1.6;
	vertical-align: top;
	padding-left: 1em;
	padding-right: 4%;
}
.com_case .case_detail table td {
	width: 78%;
	padding-right: 1em;
}

/*アコーディオン設定*/
.com_case .case_detail .open_btn {
	cursor: pointer;
}
.com_case .case_detail .open_btn .com_arrow1 {
	font-size: 82%;
}
.com_case .case_detail .open_btn:hover .com_arrow1::before {
	background-color: rgba(7,59,102,0.5);
/*	transform: scale(1);*/
}
.com_case .case_detail .open_btn:hover .com_arrow1 i {
	color: #FFF;
}
.com_case .case_detail .open_btn:hover i {
	animation: none;
}
.com_case .case_detail .open_btn > div {
	position: relative;
	display: inline-block;
	width: 7em;
	letter-spacing: .2em;
	white-space: nowrap;
	text-align: left;
	padding-right: 3.5em;
}
.com_case .case_detail .open_btn .com_arrow1 {
	position: absolute;
	background-color: transparent;
	border: 1px solid rgba(7,59,102,0.5);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.com_case .case_detail .open_btn .com_arrow1 i {
	color: #073b66;
}
.com_case .case_detail .open_btn .txt_close,
.com_case .case_detail .open_btn.active .txt_open {
	display: none; /*初期表示*/
}
.com_case .case_detail .open_btn.active .txt_close {
	display: block;
}
.com_case .case_detail > dd {
	display: none; /*初期表示*/
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_case .com_index2 {
	margin-bottom: 5%;
}
.com_case .case_ba {
	margin-bottom: 5%;
}
.com_case .case_detail table th {
    width: 24%;
	font-size: 95%;
    padding-left: 1%;
}
.com_case .case_detail table td {
    width: 76%;
	padding-right: 1%;
}
	
.com_case .case_detail .open_btn > div {
	width: 7em;
	letter-spacing: .1em;
	padding-right: 3em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {	
.com_case .com_index2 {
	margin-bottom: 7%;
}
.com_case .case_ba {
	width: 90%;
	margin: 0 auto 7%;
}
.com_case .case_ba > li {
	width: 46%;
}
.com_case .case_ba > li:first-of-type .box_img::after {
	width: 10%;
	height: 10%;
	left: 104%;
}
.com_case .case_ba > li p {
	font-size: 120%;
	letter-spacing: .1em;
}
.com_case .case_detail > dt {
    padding: 6% 0;
}
.com_case .case_detail table th,
.com_case .case_detail table td {
    display: block;
    width: 100%;
}
.com_case .case_detail table th {
    text-align: center;
	border-bottom: none;
	padding: 6% 0;
}
.com_case .case_detail table td {
	padding: 0 0 6%;
}
.com_case .case_detail table tr:last-of-type td {
	padding-bottom: 0;
	border-bottom: none;
}

/*アコーディオン設定*/

.com_case .case_detail .open_btn > div {
	width: 6em;
	letter-spacing: .1em;
	padding-right: 3.5em;
}
}




/*Medical DOC
---------------------------------------------------------*/
.medicaldoc_bnr_box {
	align-items: center;
	margin-bottom: 80px;
}
.medicaldoc_ttl {
	width: 100%;
	max-width: 420px;
	margin: 0 auto 3em;
}
.medicaldoc_bnr {
	width: 100%;
	max-width: 680px;
	margin: 0 auto 1.5em;
}
.medicaldoc_bnr:last-child {
	margin-bottom: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.medicaldoc_bnr_box {
	margin-bottom: 8%;
}
.medicaldoc_bnr {
	width: 60%;
}
.medicaldoc_bnr:last-child {
	margin-bottom: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.medicaldoc_bnr_box {
	margin-bottom: 10%;
}
.medicaldoc_ttl {
	width: 85%;
	margin: 0 auto 1.5em;
}
.medicaldoc_bnr {
	width: 90%;
	margin: 0 auto 1em;
}
.medicaldoc_bnr:last-child {
	margin-bottom: 0;
}
}



/*med_circle_line
---------------------------------------------------------*/
.med_circle_line {
	width: 100%;
	max-width: 1178px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	text-align: center;
}
.med_circle_line > li {
	width: 23.5%;
	margin-right: 2%;
	margin-top: 60px;
	box-sizing: border-box;
	border: solid 1px #073b66;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	position: relative;
}
.med_circle_line > li:nth-child(4n),
.med_circle_line > li:last-child {
	margin-right: 0;
}
.med_circle_line > li:nth-child(-n+4) {
	margin-top: 0;
}
.med_circle_line .ft_ryo {
	font-size: min(1.5vw,105%);
	letter-spacing: .15em;
	line-height: 1.7em;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-45%);
}
.med_circle_line dt {
	font-size: 105%;
	letter-spacing: .15em;
	line-height: 1.0em;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 20%;
	transform: translateY(-50%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_circle_line > li {
	width: 24.1%;
	margin-right: 1.2%;
	margin-top: 5%;
}
.med_circle_line .ft_ryo {
	font-size: 1.7vw;
	letter-spacing: .05em;
}
.med_circle_line dt {
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_circle_line > li {
	width: 49%;
}
/*偶数の場合*/
.med_circle_line.item_odd {
    justify-content: space-between;
}
.med_circle_line.item_odd > li {
	margin-right: 0;
	margin-top: 2% !important;
}
.med_circle_line.item_odd > li:first-child {
	margin: 0 25.5% 0 !important;
}
/*偶数の場合*/
.med_circle_line:not(.item_odd) > li {
	margin-right: 2% !important;
	margin-top: 2% !important;
}
.med_circle_line:not(.item_odd) > li:nth-child(2n),
.med_circle_line:not(.item_odd) > li:last-child {
	margin-right: 0 !important;
}
.med_circle_line:not(.item_odd) > li:nth-child(-n+2) {
	margin-top: 0 !important;
}

.med_circle_line .ft_ryo {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.7em;
}
.med_circle_line dt {
	letter-spacing: .05em;
}
}



/*med_squarelist
---------------------------------------------------------*/
.med_squarelist {
	width: 100%;
	max-width: 937px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	text-align: center;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 700;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-size: min(1.5vw,105%);
	letter-spacing: .15em;
	line-height: 1.7em;
}
.med_squarelist > li {
	width: 23.2%;
	margin-right: 2.4%;
	margin-top: 60px;
	background: #073b66;
	aspect-ratio: 217 / 200;
	border-radius: 2.0em;
	position: relative;
}
.med_squarelist > li:nth-child(4n),
.med_squarelist > li:last-child {
	margin-right: 0;
}
.med_squarelist > li:nth-child(-n+4) {
	margin-top: 0;
}
.med_squarelist > li > p {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.med_squarelist.color2 > li {background: #b0726b;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_squarelist {
	font-size: 1.8vw;
	letter-spacing: .05em;
}
.med_squarelist > li {
	width: 24.1%;
	margin-right: 1.2%;
	margin-top: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_squarelist {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.6em;
}
.med_squarelist > li {
	width: 49%;
	margin-right: 2% !important;
	margin-top: 2% !important;
}
.med_squarelist > li:nth-child(2n),
.med_squarelist > li:last-child {
	margin-right: 0 !important;
}
.med_squarelist > li:nth-child(-n+2) {
	margin-top: 0 !important;
}
.med_squarelist > li > p {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
}



/*med_trouble
---------------------------------------------------------*/
.med_trouble > div {
	background: #e6ebf0;
	border-radius: 10px;
	padding: 50px 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.med_trouble .trouble_img {
	width: 31.4%;
	box-sizing: border-box;
	text-align: center;
}
.med_trouble .trouble_caption {
	width: 68.6%;
	box-sizing: border-box;
	border-left: solid 1px #073b66;
	padding: 1.0em 6%;
}
.med_trouble .trouble_img .icon_img {
	width: 40%;
	margin: 0 auto;
}
.med_trouble .trouble_img .ft_ryo {
	color: #073b66;
	font-size: min(2.0vw,145%);
	letter-spacing: .15em;
	line-height: 1.8em;
}
.med_trouble .trouble_img .icon_img + .ft_ryo {
	margin-top: 1.5em;
}
.med_trouble .trouble_caption ul {
	color: #073b66;
	font-size: 105%;
	margin: 1.5em 0;
	background: #fff;
	padding: 1.5em;
}
.med_trouble .trouble_caption ul:first-child {
	margin-top: 0;
}
.med_trouble .trouble_caption ul:last-child {
	margin-bottom: 0;
}
.med_trouble .trouble_caption .maru_list1 li {
	margin-top: .2em;
}
.med_trouble .trouble_caption .maru_list1 li::before {
	color: #073b66;
}

.med_trouble .color2 {background: #f7f1f0;}
.med_trouble .color2 .trouble_caption {border-color: #b0726b;}
.med_trouble .color2 .trouble_img .ft_ryo {color: #b0726b;}
.med_trouble .color2 .trouble_caption .maru_list1 {color: #b0726b;}
.med_trouble .color2 .trouble_caption .maru_list1 li::before {color: #b0726b;}
.med_trouble .color3 {background: #eff4f4;}
.med_trouble .color3 .trouble_caption {border-color: #5b9596;}
.med_trouble .color3 .trouble_img .ft_ryo {color: #5b9596;}
.med_trouble .color3 .trouble_caption .maru_list1 {color: #5b9596;}
.med_trouble .color3 .trouble_caption .maru_list1 li::before {color: #5b9596;}
.med_trouble .color4 {background: #eff3ef;}
.med_trouble .color4 .trouble_caption {border-color: #5b885f;}
.med_trouble .color4 .trouble_img .ft_ryo {color: #5b885f;}
.med_trouble .color4 .trouble_caption .maru_list1 {color: #5b885f;}
.med_trouble .color4 .trouble_caption .maru_list1 li::before {color: #5b885f;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_trouble > div {
	padding: 4% 0;
}
.med_trouble .trouble_caption {
	padding: 1.0em 4%;
}
.med_trouble .trouble_img .ft_ryo {
	font-size: 2.2vw;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.med_trouble .trouble_img .icon_img + .ft_ryo {
	margin-top: 1.0em;
}
.med_trouble .trouble_caption ul {
	margin: 1.0em 0;
	padding: 1.0em 1.2em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_trouble > div {
	padding: 6% 6% 8%;
	display: block;
}
.med_trouble .trouble_img {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.med_trouble .trouble_caption {
	width: 100%;
	border-left: none;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 1.0em 0 0;
	margin-top: 1.0em;
}
.med_trouble .trouble_img .icon_img {
	width: 20%;
	margin: 0 5% 0 0;
}
.med_trouble .trouble_img .ft_ryo {
	font-size: 110%;
	letter-spacing: normal;
	line-height: 1.6em;
}
.med_trouble .trouble_img .icon_img + .ft_ryo {
	margin-top: 0;
}
.med_trouble .trouble_caption ul {
	font-size: 100%;
	margin: 1.0em 0;
	padding: 1.0em 1.0em;
}
.med_trouble .trouble_caption ul:first-child {
	margin-top: 0;
}
.med_trouble .trouble_caption ul:last-child {
	margin-bottom: 0;
}
.med_trouble .trouble_caption .maru_list1 li {
	margin-top: .2em;
}
.med_trouble .trouble_caption .maru_list1 li::before {
	color: #073b66;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}